Fix broken links: update nav entry for renamed MDX extension page - #7109
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a stale navigation reference left over from the page rename in the Mintlify MDX extension PR (#7108).
Changes
docs.json: navigation referencedcli/vs-code-extension, but the page was renamed tocli/mdx-extension.mdxduring the source PR. Updated the nav entry tocli/mdx-extension.Context
mint broken-linkspassed, butmint validateflagged the dangling nav entry.cli/install.mdxpages (es/fr/zh) still link to the externalunifiedjs.vscode-mdxmarketplace URL, which resolves; left as-is pending translation updates.mint validateandmint broken-linksnow pass.Note
Low Risk
Single documentation navigation string change with no runtime, security, or data impact.
Overview
Updates the Get started → CLI navigation entry in
docs.jsonfrom the stale slugcli/vs-code-extensiontocli/mdx-extension, matching the page rename from an earlier PR.This clears the dangling nav reference that
mint validatereported whilemint broken-linksstill passed.Reviewed by Cursor Bugbot for commit 14311c5. Bugbot is set up for automated code reviews on this repo. Configure here.